home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Demos / Extend 3.0 Demo / Extend Demo / Extend Demo.rsrc / MODL_950_Skeleton < prev    next >
Encoding:
Text File  |  1994-07-14  |  263 b   |  24 lines

  1. // Declare constants and static variables here.
  2.  
  3.  
  4.  
  5. // This message occurs for each step in the simulation.
  6. on simulate
  7. {
  8.  
  9. }
  10.  
  11.  
  12. // If the dialog data is inconsistent for simulation, abort.
  13. on checkdata
  14. {
  15.  
  16. }
  17.  
  18.  
  19. // Initialize any simulation variables.
  20. on initsim
  21. {
  22.  
  23. }
  24.